QTSoundTrack.AppendSoundTrackSegment Method

Adds a segment from another QTSoundTrack to the end of the calling QTSoundTrack. SourcePosition (seconds) is the beginning of the segment in SourceTrack to be appended to the calling QTSoundTrack. SourceDuration (seconds) is the length of the segment in SourceTrack to be appended to the calling QTSoundTrack. If CopyMedia is True, the media in SourceTrack will be copied to the destination track; otherwise a reference to SourceTrack will be used. If ShowProgress is True and the operation is lengthy, QuickTime will display a modal dialog box with a progress indicator as the operation proceeds.

Syntax

QTSoundTrack.AppendSoundTrackSegment SourceTrack, SourcePosition, SourceDuration, CopyMedia, ShowProgress


Parameters

SourceTrack

QTSoundTrack

SourcePosition

Double

SourceDuration

Double

CopyMedia

Boolean

ShowProgress

Boolean